Appendix A: Troubleshooting

Follow the steps below if you see build path errors in Eclipse IDE. This error occurs when the local Java version is not linked properly in Eclipse IDE.

To link local Java version in Eclipse IDE:

  1. Launch Eclipse IDE.

  2. Navigate to Package Explorer > right-click FOLDER > Build Path > Configure Build Path.... The Properties for FOLDER window opens. Here, FOLDER refers to your locally created folder.

  3. Click Java Build Path in the left index, then click Libraries tab in the right pane.

  4. Select JRE System Library [bin] (unbound), click Edit.

  5. Select Alternate JRE > Installed JREs. The Preferences (Filtered) window opens.

  6. Click Add.... Select Standard VM in the JRE Type window. Click Next>. The Add JRE window opens.

  7. Click Directory... for JRE home: field. The Select Folder window opens.

  8. Navigate to JRE bin in your local machine. By default, the downloaded Java files are placed in C:\Program Files\Java\jre1.8.0_333\bin of your local machine. Click Select Folder.

  9. Click Finish.

  10. In Preferences (Filtered) window enable the bin path, as shown below. Click Apply > Apply and Close.

  11. Click Finish.

  12. Click Apply > Apply and Close.